Learn R Programming

fheatmap (version 1.0.1)

Row Color : Color scheme for row annotations of "fheatmap_data"

Description

Data frame with color scheme for row annotations of data object "fheatmap_data".

Usage

data("annotation_row_color")

Arguments

Format

A data frame with 15 observations on the following 2 variables.
Disease
a factor with levels deeppink limegreen tomato4
Pathways
a logical vector

Examples

Run this code
data(annotation_row)
fheatmap(fheatmap_data,annotation_row=annotation_row,
          annot_row_color=annotation_row_color)

Run the code above in your browser using DataLab